GetSystemMemoryDivision (coredll)
Last changed: -202.167.216.90

.
Summary
This function retrieves information from the kernel pertaining to object store and system memory.

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
static extern bool GetSystemMemoryDivision(ref uint lpdwStorePages, ref uint lpdwRamPages, ref uint lpdwPageSize);

VB Signature:

Public Declare Function GetSystemMemoryDivision Lib "coredll.dll" _
   (ByRef lpdwStorePages As UInt32, _
    ByRef ldpwRamPages As UInt32, _
    ByRef ldpwPageSize As UInt32) As Integer

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation